home *** CD-ROM | disk | FTP | other *** search
/ Nathaniel Hawthorne / Nathaniel Hawthorne.iso / pc / nh.dxr / 00324_to works butt.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  137 b   |  10 lines

  1. on mouseUp
  2.   cursor(4)
  3.   if the platform contains "mac" then
  4.     puppetTransition(23)
  5.   end if
  6.   cleanup()
  7.   go("works")
  8.   cursor(0)
  9. end
  10.